home *** CD-ROM | disk | FTP | other *** search
/ Freelog 70 / Freelog070.iso / Internet / EasyPHP / easyphp1-8_setup.exe / {app} / home / licence_mysql.php < prev    next >
Encoding:
PHP Script  |  2003-05-26  |  7.3 KB  |  173 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <title>[EasyPHP] - Administration</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  6. <link rel="stylesheet" href="styles.css" type="text/css">
  7. </head>
  8. <body>
  9. <?php
  10. $titre = "licence_mysql";
  11. function bouton($word){
  12.     $lenght=strlen($word);
  13.     $start = 0;
  14.     print("<table border='0' cellspacing='0' cellpadding='0'>");
  15.     print("<tr><td><img src='images_easyphp/bouton_gauche.gif' width='4' height='26'></td><td background='images_easyphp/bouton_fond.gif'>"); 
  16.     while($start<$lenght){
  17.         $car=substr($word,$start,1);
  18.         print("<img src='images_easyphp/lettre_".$car.".gif' border='0'>");
  19.         $start++;
  20.     } 
  21.     print("</td><td><img src='images_easyphp/bouton_droit.gif' width='4' height='26'></td></tr></table>");
  22. }
  23. ?>
  24.  
  25. <table width="400" cellspacing="0" cellpadding="0" border="0" align="center">
  26. <tr>
  27. <td>
  28. <a href="index.php"><img src="images_easyphp/titre_easyphp_admin.gif" width="387" height="116" border="0"></a>
  29. </td>
  30. </tr>
  31. <tr>
  32. <td>
  33. <?php bouton($titre) ?>
  34. </td>
  35. </tr>
  36. <tr>
  37. <td class="text2">Les informations ci-dessous sont donnΘes α titre indicatif. Consultez le site officiel (<a href="http://www.mysql.com" target="_blank" class="text1">MySQL</a>) pour toute information lΘgale. </td>
  38. </tr>
  39. </table>
  40.  
  41. <br><br>
  42.  
  43. <table border="0" align="center" cellpadding="0" cellspacing="0">
  44.   <tr>
  45. <td class="text1">
  46. <pre>
  47. MySQL Licenses
  48. --------------
  49.  
  50. The `MySQL' software is released under the `GNU General Public License'
  51. (`GPL'), which probably is the best known `Open Source' license.  The
  52. formal terms of the `GPL' license can be found at
  53. `http://www.gnu.org/licenses/'.  See also
  54. `http://www.gnu.org/licenses/gpl-faq.html' and
  55. `http://www.gnu.org/philosophy/enforcing-gpl.html'.
  56.  
  57. Since the `MySQL' software is released under the `GPL', it may often be
  58. used for free, but for certain uses you may want or need to buy
  59. commercial licenses from `MySQL AB' at `https://order.mysql.com/'.  See
  60. `http://www.mysql.com/products/licensing.html' for more information.
  61.  
  62. Older versions of `MySQL' (3.22 and earlier) are subject to a more
  63. strict license (`http://www.mysql.com/products/mypl.html').  See the
  64. documentation of the specific version for information.
  65.  
  66. Please note that the use of the `MySQL' software under commercial
  67. license, `GPL', or the old `MySQL' license does not automatically give
  68. you the right to use `MySQL AB' trademarks.  *Note MySQL AB Logos and
  69. Trademarks::.
  70.  
  71. Using the MySQL Software Under a Commercial License
  72. ...................................................
  73.  
  74. The `GPL' license is contagious in the sense that when a program is
  75. linked to a `GPL' program all the source code for all the parts of the
  76. resulting product must also be released under the `GPL'.  Otherwise you
  77. break the license terms and forfeit your right to use the `GPL' program
  78. altogether and also risk damages.
  79.  
  80. You need a commercial license:
  81.  
  82.    * When you link a program with any `GPL' code from the `MySQL'
  83.      software and don't want the resulting product to be `GPL', maybe
  84.      because you want to build a commercial product or keep the added
  85.      non-`GPL' code closed source for other reasons. When purchasing
  86.      commercial licenses, you are not using the `MySQL' software under
  87.      `GPL' even though it's the same code.
  88.  
  89.    * When you distribute a non-`GPL' application that *only* works with
  90.      the `MySQL' software and ship it with the `MySQL' software. This
  91.      type of solution is actually considered to be linking even if it's
  92.      done over a network.
  93.  
  94.    * When you distribute copies of the `MySQL' software without
  95.      providing the source code as required under the `GPL' license.
  96.  
  97.    * When you want to support the further development of the `MySQL'
  98.      database even if you don't formally need a commercial license.
  99.      Purchasing support directly from `MySQL AB' is another good way of
  100.      contributing to the development of the `MySQL' software, with
  101.      immediate advantages for you.  *Note Support::.
  102.  
  103. If you require a license, you will need one for each installation of the
  104. `MySQL' software. This covers any number of CPUs on a machine, and there
  105. is no artificial limit on the number of clients that connect to the
  106. server in any way.
  107.  
  108. For commercial licenses, please visit our website at
  109. `http://www.mysql.com/products/licensing.html'.  For support contracts,
  110. see `http://www.mysql.com/support/'.  If you have special needs or you
  111. have restricted access to the Internet, please contact our sales staff
  112. at <sales@mysql.com>.
  113.  
  114. Using the MySQL Software for Free Under GPL
  115. ...........................................
  116.  
  117. You can use the `MySQL' software for free under the `GPL' if you adhere
  118. to the conditions of the `GPL'.  For more complete coverage of the
  119. common questions about the `GPL' see the generic FAQ from the Free
  120. Software Foundation at `http://www.gnu.org/licenses/gpl-faq.html'.
  121. Some common cases:
  122.  
  123.    * When you distribute both your own application as well as the
  124.      `MySQL' source code under the `GPL' with your product.
  125.  
  126.    * When you distribute the `MySQL' source code bundled with other
  127.      programs that are not linked to or dependent on the `MySQL' system
  128.      for their functionality even if you sell the distribution
  129.      commercially.  This is called mere aggregation in the `GPL'
  130.      license.
  131.  
  132.    * If you are not distributing *any* part of the `MySQL' system, you
  133.      can use it for free.
  134.  
  135.    * When you are an Internet Service Provider (ISP), offering web
  136.      hosting with `MySQL' servers for your customers.  However, we do
  137.      encourage people to use ISPs that have MySQL support, as this will
  138.      give them the confidence that if they have some problem with the
  139.      `MySQL' installation, their ISP will in fact have the resources to
  140.      solve the problem for them.  Note that even if an ISP does not
  141.      have a commercial license for `MySQL Server', they should at least
  142.      give their customers read access to the source of the `MySQL'
  143.      installation so that the customers can verify that it is patched
  144.      correctly.
  145.  
  146.    * When you use the `MySQL' Database Software in conjunction with a
  147.      web server, you do not need a commercial license (so long as it is
  148.      not a product you distribute). This is true even if you run a
  149.      commercial web server that uses `MySQL Server', because you are not
  150.      distributing any part of the `MySQL' system. However, in this case
  151.      we would like you to purchase `MySQL' support because the `MySQL'
  152.      software is helping your enterprise.
  153.  
  154. If your use of `MySQL' database software does not require a commercial
  155. license, we encourage you to purchase support from `MySQL AB' anyway.
  156. This way you contribute toward `MySQL' development and also gain
  157. immediate advantages for yourself. *Note Support::.
  158.  
  159. If you use the `MySQL' database software in a commercial context such
  160. that you profit by its use, we ask that you further the development of
  161. the `MySQL' software by purchasing some level of support.  We feel that
  162. if the `MySQL' database helps your business, it is reasonable to ask
  163. that you help `MySQL AB'.  (Otherwise, if you ask us support questions,
  164. you are not only using for free something into which we've put a lot a
  165. work, you're asking us to provide free support, too.)
  166. </pre>
  167. </td>
  168. </tr>
  169. </table>
  170.  
  171. </body>
  172. </html>
  173.